﻿/* news */
.ewsTainer {
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
}

.homepubtit {
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
}

.homepubtiti {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 175px;
	background: #dedede;
}

.homepubtitspan {
	font-size: 32px;
	color: #004798;
}

.homepubtitem {
	display: block;
}

.maincasesub {
	text-align: right;
	width: 560px;
	font-size: 12px;
	padding-top: 32px;
}

.maincasesub a {
	overflow: hidden;
	text-align: center;
	color: #666;
	display: inline-block;
	width: 76px;
	position: relative;
	cursor: pointer;
}

.News li:hover .N_line {
	width: 70px;
}

.News li:hover .center {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

.News li:hover .N_rt {
	background: #004898;
	color: #fff;
}

.News li:hover h3 {
	color: #004798;
}

@media(min-width: 768px) {
	.maincasesub a:hover {
		color: #fff;
	}

	.maincasesub .on {
		color: #fff;
	}
}

.On {
	background: #004798;
	color: #fff !important;
}

.maincasesub span {
	position: relative;
	z-index: 999;
}

.maincasesub em {
	vertical-align: middle;
	color: #bbbbbb;
	padding: 0 2px;
	font-size: 11px;
}

.maincasesub a,
.maincasesub em {
	display: inline-block;
	line-height: 28px;
	height: 28px;
	vertical-align: top;
}

.maincasesub div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	background: #004798;
	transition: all 300ms ease;
}

.maincasesub div.hover {
	left: 0;
}

.maincasesub a {
	overflow: hidden;
}


.M_Nbanner {
	display: none;
}

.News {
	max-width: 1460px;
	margin: 50px auto 20px;
}

.News li {
	box-sizing: border-box;
	padding: 20px 0;
	border-top: 1px solid #EFEFEF;
}

.News li i {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.News li .center {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.left {
	width: 13%;
	float: left;
	color: #979797;
	position: relative;
}

.year {
	font-size: 18px;
}

.date {
	font-size: 12px;
}

.N_line {
	left: 105px;
	top: 16px;
	position: absolute;
	height: 1px;
	width: 40px;
	background: #979797;
}

.center {
	width: 70%;
	float: left;
}

.center h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}

.center p {
	font-size: 14px;
	color: #666;
/*	height: 50px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height:1.8rem;
}

.center p span {
	height: 25px;
	line-height: 25px;
}

.N_rt {
	display: inline-block;
	*display: block;
	*zoom: 1;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}

.c>a {
	width: 100%;
	display: block;
	overflow: hidden;
}

.c .right {
	float: right;
	max-width: 200px;
}

.c .right img {
	max-width: 100%;
}

/* 新闻分页 */
/*.pagination p {*/
/*	margin: 0;*/
/*	cursor: pointer*/
/*}*/

/*.pagination {*/
/*	display: inline-block;*/
/*	height: 40px;*/
/*	margin: 0px auto;*/
/*	vertical-align: middle;*/
/*	text-align: center;*/
/*}*/

/*.pagination a,*/
/*.pagination p {*/
/*	vertical-align: middle;*/
/*}*/

/*.pagination a {*/
/*	font-size: 16px;*/
/*	margin: 0 20px;*/
/*	display: inline-block;*/
/*	width: 35px;*/
/*	height: 35px;*/
/*	line-height: 34px;*/
/*	color: #585757;*/
/*	border-radius: 50%;*/
/*}*/

/*.pagination a:hover {*/
/*	color: #fff;*/
/*	background: #004898;*/
/*}*/

/*.pagination a.nohover {*/
/*	font-size: 16px;*/
/*	width: 30px;*/
/*	height: 30px;*/
/*}*/

/*.pagination a.nohover:hover {*/
/*	background: transparent;*/
/*}*/

/*.pagination a.cur {*/
/*	border: none;*/
/*	background: #004898;*/
/*	color: #fff;*/
/*}*/

/*.pagination p {*/
/*	display: inline-block;*/
/*	width: 30px;*/
/*	height: 30px;*/
/*	margin: 0 10px;*/
/*	color: #585757;*/
/*	line-height: 30px;*/
/*	font-size: 16px;*/
/*}*/

/*.pagination p.pageRemark {*/
/*	border-style: none;*/
/*	background: none;*/
/*	margin-right: 0px;*/
/*	padding: 4px 0px;*/
/*	color: #666;*/
/*}*/

/*.pagination p.pageRemark b {*/
/*	color: red;*/
/*}*/

/*.pagination p.pageEllipsis {*/
/*	border-style: none;*/
/*	background: none;*/
/*	padding: 4px 0px;*/
/*	color: #808080;*/
/*}*/

.dates li {
	font-size: 14px;
	margin: 20px 0
}

.dates li span {
	float: right
}

.page-newsF {
	text-align: center;
}


/* newsFllow */
.focus-box {
	padding: 60px 0;
	background: #FFFCFC;
	margin-top: 115px;
}

.focus-view {
	width: 1200px;
	margin: 0 auto;
}

.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}

.focus-title .data-tit {
	float: left;
}

.data-tit .tit {
	font-size: 30px;
	line-height: 46px;
	color: #000;
}

.data-tit .desc {
	font-size: 16px;
	line-height: 20px;
	color: #545454;
}

.data-tit .line {
	width: 60px;
	height: 5px;
	background-color: #004798;
	margin-top: 20px;
}

.focus-title .focus-world {
	float: left;
	margin-left: 17%;
	width: 45%;
	height: 200px;
}

.sub-container img {
	width: 100%;
}

.focus-list {
	position: relative;
	top: -1rem;
}

.focus-list .row {
	margin: 0 -.95rem;
	width: auto;
	max-width: initial;
}

.focus-list .item {
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 20px;
}

.focus-list .item .con-box {
	background-color: #fff;
	padding: 45px 0;
	border-radius: 16px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.focus-list .item .qrcode {
	width: 120px;
	height: 120px;
	margin: 20px auto;
}

.focus-list .item .qrcode img {
	display: block;
	width: 100%;
}

.sub-container img {
	width: 100%;
}

.focus-list .item .icon {
	width: 60px;
	margin: 15px auto 10px;
}

.focus-list .item .icon img {
	display: block;
	margin: auto;
}

.focus-list .item .text {
	margin-top: .2rem;
	text-align: center;
}

.focus-list .item .tit {
	font-size: 18px;
	line-height: 26px;
	color: #212121;
	letter-spacing: -1px;
}

.focus-list .item .con {
	font-size: 14px;
	line-height: 20px;
	color: #999;
}


/* 新闻详情 */
.news_detail {
	width: 100%;
	padding: 60px 0;
	background: #FFFFFF;
}

.page-content {
	width: 880px;
	margin: auto;
}

.page-content .title-3 {
	margin-bottom: 30px;
}

.page-content .title-3 .main {
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 6px;
}

.page-content .title-3 .date {
	font-size: 14px;
	line-height: 26px;
	color: #999;
}

.page-content .data .text{
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	letter-spacing: 2px;
}
.page-content .data .text p {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	letter-spacing: 2px;
}

.page-content img {
	max-width: 70%;
	height: auto;
}

.page-content .data video{
	max-width: 100%;
	height: auto;
}

.news_detail .share {
	margin-right: 80px;
	display: none;
}

.news_detail .share .sahre-theme {
	font-size: 14px;
	line-height: 26px;
	color: #888888;
}

.pageNews {
	border-top: 1px #F0F0F0 solid;
	padding: 25px 0;
}

.pageNews a {
	background-color: #e3e3e3;
	border-radius: 6px;
	font-size: 14px;
	color: #888888;
	padding: 10px 26px;
	display: inline-block;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	border: 1px transparent solid;
}

.pageNews a.prev {
	margin-right: 20px;
}

.pageNews a:hover {
	background-color: #FFFFFF;
	border: 1px #09497f solid;
}

.page-txt-line {
	width: 280px;
}

.page-txt-line a {
	display: block;
	color: #666666;
	font-size: 12px;
	height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 5px;
	background: no-repeat !important;
	border: none;
	padding: 8px 20px 0px;
}

.page-txt-line a:hover {
	border: none !important;
	color: #1d62af !important;
}



































@media screen and (min-width:768px) {
	.col-sm-3 {
		width: 24.41%;
		float: left;
	}
}

@media screen and (max-width:968px) {
	.pagination a {
		margin: 0 1px;
	}

	.ewsTainer {
		padding: 30px 0;
	}
	
	.news_detail {
		padding: 16px 0 0;
	}
	
	.News {
		width: 90%;
		margin: 0 auto;
	}

	.left,
	.right,
	.maincase{
		display: none;
	}

	.center,.page-content {
		width: 100%;
	}

	.homepubtitspan {
		font-size: 22px;
	}

	.homepubtiti {
		width: 100%;
	}

	.maincasesub {
		width: auto;
	}

.maincasesub:hover a{color:#333;}
	.focus-box {
		padding: 30px 0;
		margin-top: 0;
	}

	.focus-list .row {
		margin: auto;
		width: 100%;
		min-width: 100%;
	}

	.focus-view {
		width: 90%;
	}

	.focus-title .focus-world {
		display: none;
	}

	.focus-list {
		top: 20px;
	}

	.focus-list .item .con-box {
		padding: 25px 0;
	}

	.focus-list .item {
		padding: 0;
	}

	.page-txt-line {
		width: calc(100% - 100px);
	}
	.ewsTainer .maincase{
		display: none;
	}
	.News li:nth-child(1){
		border-top: none;
		padding-top: 0;
	}
	.page-content .title-3 .main{
		background: none;
		font-size: 18px;
	}
	.page-content .title-3{
		margin: 10px auto 0px !important;
	}
	.center h3 {
	    font-size: 16px;
	}
	

	.page-content img {
		max-width: 100%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
